GET Group/GetUserSettings
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| groupUid | string | Required | |
| eventId | integer | None. | 
Body Parameters
None.
Response Information
Resource Description
GroupUserSettingsView| Name | Description | Type | Additional information | 
|---|---|---|---|
| postAuthor | PostAuthor | None. | |
| postAuthorStr | string | None. | 
Response Formats
application/json, text/json
		    
					Sample:
		    
			
{
  "postAuthor": 1,
  "postAuthorStr": "user"
}