team profile get

GET {{baseUrl}}/team.profile.get?visibility=<string>

Retrieve a team's profile.

Request Params

KeyDatatypeRequiredDescription
visibilitystringFilter by visibility.

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;,&quot;profile&quot;:{&quot;fields&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;ordering&quot;:&quot;\u003cnumber\u003e&quot;,&quot;label&quot;:&quot;\u003cstring\u003e&quot;,&quot;hint&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;field_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;is_hidden&quot;:&quot;\u003cboolean\u003e&quot;,&quot;options&quot;:{},&quot;possible_values&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]}]}}