Get Friend Profile

Use this API to get the profile of another user or friend

Request

PUT /v1/profile HTTP/1.1
Host: profile-dev.api.mimiland.io
Content-Type: application/json
mm-client-id: mml
mm-user-id: 66c5ae097139a22bc2bb61d3
Authorization: bearer v4.public.eyJhZC*****5xTtpdbQI
Content-Length: 205

{
    "includes":"name;status;avartarUrl;gender",
    "name":"coder",
    "status":"active",
    "url":"https://learn.g2.com/hubfs/G2CM_FI128_Learn_Article_Images-%5BIDE%5D_V1a.png",
    "gender":1
}

Last updated