Get Author By Communities Id

Get Author By Communities Id

Lookup contributor by communities user id

Request
URI
GET
https://apigw.vmware.com/sampleExchange/v1/authors/communitiesUser/{communitiesUserId}
COPY
Path Parameters
string
communitiesUserId
Required

communitiesUserId


Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns Author of type(s) application/json
{
    "id": 0,
    "federationId": "string",
    "communitiesUser": "string",
    "fullName": "string",
    "gitHubLogin": "string",
    "gitHubToken": "string",
    "linked": false,
    "score": "number"
}
integer As int32 As int32
id
Optional

id

string
federationId
Optional

federationId

string
communitiesUser
Optional

communitiesUser

string
fullName
Optional

fullName

string
gitHubLogin
Optional

gitHubLogin

string
gitHubToken
Optional

gitHubToken

boolean
linked
Optional

linked

number As double As double
score
Optional

score

object
preferences
Optional

preferences


404

Author not found.

Operation doesn't return any data structure