GET api/teams/members/{clientId}

Gets all the employees assigned for the client doing the request

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

temporary parameter to pass the client id of the user doing the request; this will be removed when the token provides this info.

integer

Required

Body Parameters

None.

Response Information

Resource Description

An Http response message with the following status codes: 200 = success (includes the profile data found), 400 = bad request (the request is malformed or with invalid data), 404 = not found (this is returned when there is no profile data) 500 = something went wrong (the request was not processed).

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.