User-related API environment
Production user-related API docs
These pages describe the Production user-related API stack.
Use production OAuth credentials, production API base URLs, and production app URLs when following this documentation.
Need to test before going live? Switch to the Pre-live docs using the environment switcher above.
Get room profile by ID
Retrieve a room profile by its unique numeric ID. Returns room details, member counts, and relationship status for the current user.
Path Parameters
Unique numeric room ID
- 200
- 404
Room profile retrieved successfully
Schema
- Array [
- ]
Deprecated content-visibility projection. Use privacy instead.
mutualFollowers object[]
settings object
Hide follow suggestion popup after liking a post
Show featured follow suggestion popup on Quran Reflect onboarding
Default value: false
Default value: false
Default value: 0
Default value: 0
Default value: 0
Default value: false
Default value: en
Possible values: [public, closed, private]
avatarUrls object required
Possible values: [none, pending]
{
"privateToken": "private-room-token",
"mutualFollowers": [
{
"avatarUrls": {
"small": "https://avatars.githubusercontent.com/u/12345678",
"medium": "https://avatars.githubusercontent.com/u/12345678",
"large": "https://avatars.githubusercontent.com/u/12345678"
},
"settings": {
"ayahLanguages": [
0
],
"reflectionLanguages": [
0
],
"customized": true,
"hideFollowSuggestion": true,
"showFollowFeaturedSuggestion": true
},
"createdAt": "2000-01-21 00:00:00",
"joiningYear": 2025,
"isPasswordSet": true,
"username": "string",
"id": "string",
"verified": false,
"postAs": false,
"firstName": "string",
"lastName": "string",
"fullName": "string",
"postsCount": 0,
"languageId": 0,
"followersCount": 0,
"likesCount": 0,
"isAdmin": false,
"languageIsoCode": "en",
"updateSource": "string",
"bio": "string",
"country": "string",
"followed": true
}
],
"mutualFollowersCount": 2,
"id": 0,
"name": "string",
"description": "string",
"roomType": "string",
"isActive": true,
"isVerified": true,
"privacy": "public",
"hideFollowJoinButton": true,
"isOwner": true,
"isAdmin": true,
"ownerId": "string",
"postsCount": 0,
"membersCount": 0,
"url": "string",
"avatarUrls": {
"thumb": "string",
"original": "string"
},
"createdAt": "2026-09-07T09:07:55.064Z",
"isMember": true,
"subdomain": "string",
"country": "string",
"membershipRequestStatus": "none",
"pendingMembershipRequestsCount": 0
}
{
"isPublic": true,
"privateToken": "private-room-token",
"mutualFollowers": [
{
"avatarUrls": {
"small": "https://avatars.githubusercontent.com/u/12345678",
"medium": "https://avatars.githubusercontent.com/u/12345678",
"large": "https://avatars.githubusercontent.com/u/12345678"
},
"settings": {
"ayahLanguages": [
1
],
"reflectionLanguages": [
1
],
"customized": true,
"hideFollowSuggestion": true,
"showFollowFeaturedSuggestion": true
},
"createdAt": "2000-01-21 00:00:00",
"joiningYear": 2025,
"isPasswordSet": true,
"username": "string",
"id": "string",
"verified": false,
"postAs": false,
"firstName": "string",
"lastName": "string",
"fullName": "string",
"postsCount": 0,
"languageId": 1,
"followersCount": 0,
"likesCount": 0,
"isAdmin": false,
"languageIsoCode": "en",
"updateSource": "string",
"bio": "string",
"country": "string",
"followed": true
}
],
"mutualFollowersCount": 2,
"id": 1,
"name": "string",
"description": "string",
"roomType": "string",
"isActive": true,
"isVerified": true,
"privacy": "public",
"hideFollowJoinButton": true,
"isOwner": true,
"isAdmin": true,
"ownerId": "string",
"postsCount": 1,
"membersCount": 1,
"url": "string",
"avatarUrls": {
"thumb": "string",
"original": "string"
},
"createdAt": "2026-04-02T00:00:00.000Z",
"isMember": true,
"subdomain": "string",
"country": "string",
"membershipRequestStatus": "none",
"pendingMembershipRequestsCount": 1
}
Room not found