Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
Success response body¶ ↑
{
"id": 14,
"email": "kruchina.vadim@gmail.com",
"first_name": "Vadim",
"last_name": "Kruchina",
"role_in_organization": "Role",
"state": "CA",
"city": "Los Angeles",
"avatar_image": "https://gipper-college-logos-development.s3.amazonaws.com/s3_key",
"enable_content_request": true,
"payed_credit_card": false,
"fieldhouse_user": false,
"role": "super_admin",
"stripe_admin": true,
"organization_role": null,
"custom_organization_role": null,
"auth_token": "eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxNCwiZXhwIjoxNjU5MjU3Nzk1fQ.dxcqT4_SighZdUUmIiFU4b-_1S9SEj6xf_OSgxOGo1Y",
"team_exists": true,
"can_use_site": true,
"invites_count": 0,
"need_update_organization_type": false,
"newsletters_enabled": true (NOTE: added 19/10/23),
"mode": "light" (NOTE: added 22/10/24),
"workspace_role": {
"id": 1,
"name": "owner"
},
"workspace": {
"id": 1,
"name": "Scrum Launch",
"plan": [
"Basic"
],
"subscribed": true,
"trial_type": null,
"trial_status": ["in_progress", "upgrated", "expired"],
"trial_type_expired_date": "2024-03-08T14:02:30.698Z" (NOTE: added 26/02/24),
"organization_type": "["Public High School", "Private High School", "College/University", "Club/Youth Sports", "Other/Not Listed"]",
"custom_organization_type": "type",
"custom_tag_ids": [],
"available_users_count": 2,
"can_use_video": false,
"can_use_remove_bg": false,
"can_add_new_users": true,
"can_invite_users_count": 1,
"owner": {
"id": 1,
"email": "kruchina.vadim@gmail.com",
"full_name": "Vadym Kruchyna"
}
},
"payment_sources": [
{
"id": 1,
"last_4": "4242",
"expiration_month": 3,
"expiration_year": 2023
},
{
"id": 2,
"last_4": "4242",
"expiration_month": 3,
"expiration_year": 2023
}
],
"user_notifications": {
"team_admin": [
{
"id": 1,
"notification": {
"title": "Heads Up! You have been added to a new team",
"body": "<p>Your workspace member: kruchina.vadim@gmail.com has left your workspace.</p><p>This user was the admin of the team: MyTeam</p><p>To prevent the team from being removed, you have been added to this team and have been appointed as the team admin. If you do not wish to be a part of this team, please visit the team, appoint a new team admin, and leave the team.</p>",
"link": {
"text": "Go to Teams",
"path": "/teams"
}
}
},
...
],
invites: [
{
"id": 2,
"notification_data": {
"sender_name": "Vadim Kruchina",
"workspace_name": "Scrum Launch",
"invite_date": "2024-11-12T15:47:17.699Z",
"sender_avatar_image_link": "https://gipper-college-logos-development.s3.amazonaws.com/s3_key"
},
"invite_id": 20
},
...
]
},
"hidden_notifications": [],
"life_token": 59.98 (NOTE: Added 20/12/23)
}