getNetwork

Gets information about user/network association.

Request

HTTP Request

GET /user/{id}/network/{networkId}

Parameters

Parameter Name Required Type Description
id Yes integer User identifier.
networkId Yes integer Network identifier.

Parameter NameRequiredTypeDescription
idYesintegerUser identifier
networkIdYesintegerNetwork identifier

Authorization

Access JSON Web Token (ManageUser)

Request Body

Do not supply a request body with this method.

Response

If successful, this method returns the following structure in the response body.

Property NameTypeDescription
networkobjectAssociated network object.
network.idintegerNetwork identifier.
network.namestringNetwork display name.
network.descriptionstringNetwork description.